{template top}
{$L['f_home']}
{$L['f_control_panel']}
{$L['payment_status']}
{template member_left}
{$L['payment_status']}
{if $charge_status == 2}
{$L['payment_status_0']}
{$L['error_code']}:
{$charge_errcode}
{elseif $charge_status == 1}
{$L['payment_status_successful']}:
{$charge_amount} {$CFG['currency']}
{$L['transaction_id']}: {$charge_orderid}
{elseif $charge_status == 3}
{$L['waiting_for_processing']}
{$L['reload_page']}
{else}
{$L['payment_status_none']}
{/if}
{template footer}